home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0292.ZIP / WAMPUM.ARC / DISP.FMT < prev    next >
Text File  |  1985-12-21  |  512b  |  13 lines

  1. * MUGSDISP.FMT IS A DISPLAY FORMAT TO SHOW RECORDS
  2. @ 1,16 SAY ORGN
  3. @ 4,0 SAY "Record #"
  4. @ 5,0 SAY "USER                                COURT         OFC         "
  5. @ 4,9 SAY RECNO() PICTURE "9999"
  6. @ 5,5 SAY USER
  7. @ 5,42 SAY COURT
  8. @ 5,54 SAY OFFICE
  9. @ 9,0 SAY  "            Use <PgUp> and <PgDn> Keys to Pick Proper Item."
  10. @ 10,0 SAY "            Then Press       Key to Proceed."
  11. @ 10,23 GET Pick
  12. Use <PgUp> and <PgDn> Keys to Pick Proper Item."
  13. @ 10,0 SAY "            Then Press       Key to Proceed.